home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pascal Super Library
/
Pascal Super Library (CW International)(1997).bin
/
DELPHI32
/
AUDIO
/
MIDICOM2
/
DELPHMID.DPR
< prev
next >
Wrap
Text File
|
1996-04-29
|
205b
|
13 lines
library delphmid;
uses Delphmcb in 'DELPHMCB.PAS',
Mididefs in 'MIDIDEFS.PAS',
Midicons in 'MIDICONS.PAS',
Circbuf in 'Circbuf.pas';
exports
midiHandler, CircbufPutEvent;
begin
end.